/* 格式化样式开始 */
* {
	margin: 0;
	padding: 0;
	/* 字体设置为微软雅黑 */
	font-family: "微软雅黑";
}

ul,
li {
	list-style: none;
}
li,a,p,h1,h2,h3,h4,h5,h6,span,div {
	font-family:"Microsoft YaHei";
}
a {
	/* 没有下划线 */
	text-decoration: none;
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}

.cf {
	/* 清除浮动：zoom是IE的专属属性，可以在IE6以下清除浮动 */
	zoom: 1;
}

.cf:after {
	/* after伪元素清除浮动 */
	content: "020";
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

.on a {
	color: #3573b5;
	font-weight: bold;
}
/* 格式化样式结束 */

/* 头部开始 */
.head_box {
	width: 100%;
	background: url(top_banner1.png) no-repeat center;
	height: 400px;
}
.head_li li {
	float: left;
	margin-top: 20px;
}
.head_li li a {
	color: #000000;
}
.head_li li:hover a {
	color: #0089e6;
}
.head_li .fl1 a {
	margin-right: 15px;
}
.separator {
	position: relative;
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #000;
	margin: 0 10px;
	top: 1px;
}
.top_logo {
	width: 100%;
	height: 193px;
	margin: 30px 0 25px;
	background: url(top_logo.png) no-repeat center;
	text-align: center;
}
/* 站内检索 */
.input_btn {
	text-align: center;
}
form {
	position: relative;
}
.bt-text {
	width: 680px;
	height: 55px;
	border-radius: 23px;
	background: #ffffff;
	font-style: 16px;
	color: #000000;
	border: 0px;
	outline: none;
	padding-left: 30px;
}
.bt-bnt {
	position: absolute;
	right: 280px;
	width: 50px;
	height: 50px;
	background: url(search.png) no-repeat center #ffffff;
	border: 0px;
}
.top_logo form {
	position: relative;
	bottom: 1px;
}
.head_nav {
	position: relative;
	top: 23px;
	padding-left: 30px;
	height: 60px;
	line-height: 60px;
	background: #0089e6;
	overflow: hidden;
}
.head_nav li {
	float: left;
	margin-right: 70px;
}
.head_nav li:hover a {
	color: #8ecef9;
}
.head_nav li:last-child {
	margin: 0px;
}
.head_nav li:last-child span {
	display: inline-block;
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #ffffff;
	border-radius: 5px;
	color: #0089e6;
}
.head_nav li a {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.head_nav li img {
	position: relative;
	top: -3px;
}
/* 头部结束 */



/* 主体开始 */
/* 新闻板块 */
.subject_box {
	width: 100%;
	margin-top: 60px;
}
.news_box {
	padding: 30px;
}
/* 轮播图 */
.slideBox{ width:555px; height:335px; overflow:hidden; position:relative;  }
		.slideBox .hd{  width: 100%; height:40px; line-height: 40px;  overflow:hidden; position:absolute; right:0px; bottom:0px; z-index:1; background-color:rgba(54,52,42,0.2); }
		.slideBox .hd a{  color: #ffffff; font-size: 16px; margin-left: 20px; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:right;  }
		.slideBox .hd ul li{ float:left; color: #fff;  width:40px; height:40px; line-height:40px; text-align:center;  background-color:rgba(11,10,9,0.7); cursor:pointer; }
		.slideBox .hd ul li.on{ background:#1492ff; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:555px; height:335px; display:block;  }
/* 切换栏 */
.slideTxtBox{ width:555px;  text-align:left;  }
		.slideTxtBox .hd{ height:40px; line-height:20px;    border-bottom:1px solid #e9e9e9;  position:relative; }
		.slideTxtBox .hd a{  font-size: 22px; font-weight: bold;   }
		.slideTxtBox .hd .separator{ position: relative; top: -2px; display: block; width: 1px; height: 25px; background: #000; margin: 0 14px;}
		.slideTxtBox .hd ul li{ float:left;   cursor:pointer;  }
		.slideTxtBox .hd ul li.on{ height:40px;  background:#fff;  border-bottom:5px solid #0089e6; }
		.slideTxtBox .bd ul{ padding-top:15px;  zoom:1;  }
		.slideTxtBox .bd li{  line-height:35px;   }
		.slideTxtBox .bd li:hover a{  color: #0089e6;  }
		.slideTxtBox .bd li a{  font-size: 16px;}
		.slideTxtBox .bd li img{  margin-right: 15px;}
		.slideTxtBox .bd li .date{ float:right; color:#999;  }
.new_video {
	width: 557px;
	height: 270px;
	margin-top: 30px;
}
.new_video .new_video_title {
	height: 40px;
	border-bottom: 1px solid #e9e9e9;
}
.new_video .new_video_title a {
	display: inline-block;
	height: 40px;
	color: #0089e6;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 5px solid #0089e6;
}
.new_video_list {
	padding-top: 25px;
}
.new_video_list .fl2:hover a {
	color: #0089e6;
}
.new_video_list .fr2:hover a {
	color: #0089e6;
}
.new_video_list p {
	margin-top: 10px;
}
.new_video_list .fl2,.new_video_list .fr2 {
	width: 264px;
	height: 200px;
	text-align: center;
	background: #f3f3f3;
}
/* 政务公开板块 */
.open_box {
	width: 100%;
	background: #f2f8fb;
	margin-top: 30px;
}
.open {
	padding: 30px 0;
	text-align: center;
}
.open_title {
	text-align: center;
	width: 100%;
}
.open_title span {
	display: inline-block;
	width: 260px;
	height: 70px;
	line-height: 70px;
	background: url(open_title.png) no-repeat center;
}
.open_title span img {
	display: inline-block;
	position: relative;
	bottom: 5px;
	margin-right: 30px;
}
.open_title span a {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}
.open_nav_list {
	width: 100%;
	margin: 30px 0;
}
.open_nav_list li {
	float: left;
	width: 175px;
	height: 100px;
	padding: 15px 0;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	text-align: center;
	background: #ffffff;
	margin-right: 30px;
}
.open_nav_list li:last-child {
	margin: 0px;
}
.open_nav_list li:hover a {
	color: #0089e6;
}
/* 重点领域 */
.open_akey {
	width: 100%;
	height: 310px;
	background: #fff;
	padding: 30px 0;
	margin-top: 30px;
}
.open_akey P {
	padding: 0 10px 0 30px ;
}
.open_akey ul li {
	float: left;
	width: 200px;
	height: 80px;
	line-height: 45px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
	margin-top: 30px;
}
.open_akey ul li:nth-child(6n) {
	border: none;
}
.open_akey ul li:hover a {
	color: #0089e6;
}
/* 政民互动 */
.interaction_box {
	width: 100%;
	background: #ffffff;
}
.interaction {
	padding: 40px 0 30px;
}
.interaction_title {
	text-align: center;
	width: 100%;
}
.interaction_title span {
	display: inline-block;
	width: 260px;
	height: 70px;
	line-height: 70px;
	background: url(open_title.png) no-repeat center;
}
.interaction_title span img {
	display: inline-block;
	position: relative;
	bottom: 5px;
	margin-right: 30px;
}
.interaction_title span a {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}
.interaction_fl1, .interaction_fl2, .interaction_fr1{
	width: 380px;
	height: 435px;
	border-radius: 30px;
	background: url(interaction_bg.png) no-repeat center;
	padding: 30px;
}
.interaction_fl1 {
	margin-right: 45px;
}
.interaction_fl1 li, .interaction_fl2 li, .interaction_fr1 li {
	line-height: 50px;
	border-bottom: 1px solid #dcdcdc;
}
.interaction_fl1 li:hover a, .interaction_fl2 li:hover a, .interaction_fr1 li:hover a {
	color: #0089e6;
}
.interaction_fl1 ul, .interaction_fl2 ul, .interaction_fr1 ul {
	margin-top: 150px;
}
/* 政务服务 */
.service {
	background: #f2f8fb;
}
.service_title {
	height: 60px;
	line-height: 60px;
	background: url(service_title_bg.png) no-repeat left;
}
.service_title a {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}
.service_title img {
	position: relative;
	top: -3px;
	margin: 0 20px;
}
/* 切换效果 */
.service_list {
	padding: 30px;
}
.service_list_fl1, .service_list_fl2, .service_list_fl3, .service_list_fl4 {
	width: 262px;
	height: 220px;
	border-radius: 3px;
	padding: 25px 30px;
	margin-right: 30px;
}
.service_list_fl4 {
	margin: 0px;
}
.service_list p{
	margin: 65px 0 25px 0;
}
.service_list p a {
	font-size: 22px;
	color: #333333;
}
.service_list li {
	width: 80px;
	line-height: 25px;
	float: left;
	margin-right: 50px;
}
.service_list li:nth-child(2n) {
	margin: 0;
	width: 65px;
}
.service_list li a {
	font-size: 16px;
	color: #333333;
}
/* 切换开始 */
.service_list_fl1 {
	background: url(service_list_fl1_1.png) no-repeat 35px 20px #ffffff;
}
.service_list_fl1:hover {
	background: url(service_list_fl1_2.png) no-repeat 35px 20px #0089e6;
}
.service_list_fl1:hover a {
	color: #ffffff;
}
.service_list_fl2 {
	background: url(service_list_fl2_1.png) no-repeat 35px 20px #ffffff;
}
.service_list_fl2:hover {
	background: url(service_list_fl2_2.png) no-repeat 35px 20px #0089e6;
}
.service_list_fl2:hover a {
	color: #ffffff;
}
.service_list_fl3 {
	background: url(service_list_fl3_1.png) no-repeat 35px 20px #ffffff;
}
.service_list_fl3:hover {
	background: url(service_list_fl3_2.png) no-repeat 35px 20px #0089e6;
}
.service_list_fl3:hover a {
	color: #ffffff;
}
.service_list_fl4 {
	background: url(service_list_fl4_1.png) no-repeat 35px 20px #ffffff;
}
.service_list_fl4:hover {
	background: url(service_list_fl4_2.png) no-repeat 35px 20px #0089e6;
}
.service_list_fl4:hover a {
	color: #ffffff;
}
/* 切换结束 */
/* 专题专栏 */
.special {
	width: 100%;
	height: 410px;
	margin-top: 30px;
}
.special h1 {
	height: 32px;
	line-height: 32px;
}
.special h1 span {
	color: #0089e6;
}
.special ul li {
	float: left;
	width: 270px;
	height: 160px;
	margin: 30px 40px 0 0;
}
.special ul li:nth-child(4n) {
	margin-right: 0;
}
/* 主体结束 */



/* 底部开始 */
.bottom_box {
	width: 100%;
	background: #eaf5ff;
}
.bottom ul {
	padding-left: 340px;
}
.bottom ul li {
	float: left;
	margin: 20px 15px;
}
.bottom ul li a {
	font-size: 14px;
}
.bottom P {
	margin-left: 190px;
	margin-top: 15px;
	width: 800px;
	font-size: 14px;
}
.bottom_img {
	display: inline-block;
	margin: 0 10px;
}
/* 底部结束 */